* EXCEPTION:
* ERROR - :any_intersect_rect? method missing on ~Hash~.

#+begin_src ~Hash#inspect~
{:x=>144, :y=>80, :w=>16, :h=>16}
#+end_src ~Hash#inspect~

** Did you mean?
Here's a list of methods that kind of look like :any_intersect_rect?.
*** :intersect_rect?
*** :intersects_rect?
*** :rect
*** :rect_center_point
*** :rect_shift_right
*** :rect_shift_up
*** :rect_to_line

The method named
  :any_intersect_rect?
with args
  [{:x=>160, :y=>224, :w=>16, :h=>16}]
doesn't exist on [Hash, #<Class:#<Hash:0x7a1194b03f00>>, Enumerable].

(suggestions above)
** Backtrace:
*** app/main.rb:120:in check_hit
*** app/main.rb:119:in check_hit
*** app/main.rb:450:in tick
*** app/main.rb:450:in tick